home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / comm1 / cidloggr.lha / CIDLogger.cfg < prev    next >
Text File  |  1996-02-11  |  2KB  |  68 lines

  1. ; CID Logger V1.11 Configuration File
  2.  
  3. ; ## YOU CAN DELETE ALL THE COMMENT LINES ONCE YOU ARE FAMILIAR
  4. ; ## WITH THE OPTIONS.
  5.  
  6. ; ## This is the serial type device which will receive
  7. ; ## the BT data.
  8. DEVICE  duart.device
  9.  
  10. ; ## This is the unit number of this device to use
  11. UNIT    0
  12.  
  13. ; ## This is where I set call logging on or off
  14. LOG     ON
  15.  
  16. ; ## This is where I want all incoming calls to be logged
  17. LOGFILE LOGS:PhoneCalls
  18.  
  19. ; ## This is where to find my phone book with all my frequent
  20. ; ## names and numbers in it
  21. PHONEBOOK   MAIL:CIDPhoneBook
  22.  
  23. ; ## This is what I will use in the phone book to seperate
  24. ; ## the differnt fields for each enrty
  25. SEPERATOR   :
  26.  
  27. ; ## This will BEEP the screen when a call is received
  28. BEEP    ON
  29.  
  30. ; ## With this the last callers number or status will always
  31. ; ## be available in ENV:LastCaller
  32. BBSMODE ON
  33.  
  34. ; ## With this I can make sure my system clock is set to the
  35. ; ## same time as BTs clock.
  36. SETCLOCK    ON
  37.  
  38. ; ## I don't want debugging as CID Logger is working OK and
  39. ; ## this option only works from the CLI anyway
  40. DEBUG   OFF
  41.  
  42. ; ## Use this to set the number of lines CIDLogger will use in
  43. ; ## the logfile, Minimum is 5 lines.
  44. LOGLENGTH 500
  45.  
  46. ; ## This is the name of the device which I have a modem connected
  47. ; ## to on the same phone line as my CID hardware which CIDLogger
  48. ; ## will use to take the phone off hook if the number is WITHHELD
  49. HANGUPDEVICE duart.device
  50.  
  51. ; ## This is the unit number of the above device, if either the
  52. ; ## unit or device (or both) are not defined then the option is OFF
  53. HANGUPUNIT 1
  54.  
  55.  
  56. ; ## All the rest of these refer only to the SPEECH facility ##
  57.  
  58. ; ## First I want to have callers announced verbally so...
  59. SPEECH  ON
  60.  
  61. ; ## My local area code to announce when a caller is local.
  62. LOCAL   01294
  63.  
  64. ; ## BT don't send peoples names YET, but I want to announce
  65. ; ## things like payphones with PAYPHONE instead of the number.
  66. BTNAMES ON
  67.  
  68.